github.com/klauspost/compress/flate.tokens.extraHist (field)
12 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L172: a = t.extraHist[:literalCount-256]
huffman_bit_writer.go#L791: *(*[32]uint16)(w.literalFreq[256:]) = t.extraHist
level1.go#L189: dst.extraHist[lengthCodes1[uint8(xl)]]++
token.go#L131: extraHist [32]uint16 // codes 256->maxnumlit
token.go#L148: for i := range t.extraHist[:] {
token.go#L149: t.extraHist[i] = 0
token.go#L166: for i, v := range t.extraHist[:literalCount-256] {
token.go#L169: t.extraHist[i] = 1
token.go#L240: for i, v := range t.extraHist[1 : literalCount-256] {
token.go#L276: t.extraHist[lengthCodes1[uint8(xlength)]]++
token.go#L304: t.extraHist[lengthCodes1[uint8(xl)]]++
token.go#L313: t.extraHist[0]++
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |